[XEN][POWERPC] allocate HTAB using shadow calls
authorJimi Xenidis <jimix@watson.ibm.com>
Mon, 28 Aug 2006 00:48:06 +0000 (20:48 -0400)
committerJimi Xenidis <jimix@watson.ibm.com>
Mon, 28 Aug 2006 00:48:06 +0000 (20:48 -0400)
commit09b78b1543087485d1914579cee5a3128f20ebe3
tree5f6a86caff786de35574dee7287e41fbe7a2a643
parenta1e0327056800aae0cf2e71b5c3fe0ca54ac7f65
[XEN][POWERPC] allocate HTAB using shadow calls

This patch will use the shadow_ops call to allocate the domains Hashed
Page-table.  This allows for the management tools to customize its size
for the domain.

Warning! The management tools have yet to be updated to use this
properly and update the devtree accordingly so code will assume 64M
RAM and 1M HTAB while the shadow up continues to receive a 0 request.

Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/powerpc/Makefile
xen/arch/powerpc/domain.c
xen/arch/powerpc/domain_build.c
xen/arch/powerpc/htab.c [deleted file]
xen/arch/powerpc/shadow.c
xen/include/asm-powerpc/htab.h
xen/include/asm-powerpc/shadow.h